FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.omop
Resource TypeStructureDefinition
IdStructureDefinition-CareSite.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/fhir-omop-ig/StructureDefinition-CareSite.html
URLhttp://hl7.org/fhir/uv/omop/StructureDefinition/CareSite
Version1.0.0
Statusactive
Date2026-04-02T22:51:15+00:00
NameCareSite
TitleCareSite OMOP Table
Realmuv
Authorityhl7
DescriptionThe CARE_SITE table contains a list of uniquely identified institutional (physical or organizational) units where healthcare delivery is practiced (offices, wards, hospitals, clinics, etc.).
Typehttp://hl7.org/fhir/uv/omop/StructureDefinition/CareSite
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition CareSite

Language: en

NameFlagsCard.TypeDescription & Constraintsdoco
.. CareSite 0..*BaseCareSite OMOP Table
Instances of this logical model can be the target of a Reference
... care_site_id 1..1integerCare Site Identifier
... care_site_name 0..1stringCare Site Name
... place_of_service_concept_id 0..1codePlace of Service
... location_id 0..1integerLocation
... care_site_source_value 0..1stringCare Site Identifier Source Value
... place_of_service_source_value 0..1stringPlace of Service Source Value

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "CareSite",
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "brr"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/omop/ImplementationGuide/hl7.fhir.uv.omop"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/omop/ImplementationGuide/hl7.fhir.uv.omop"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/omop/StructureDefinition/CareSite",
  "version": "1.0.0",
  "name": "CareSite",
  "title": "CareSite OMOP Table",
  "status": "active",
  "date": "2026-04-02T22:51:15+00:00",
  "publisher": "HL7 International / Biomedical Research and Regulation",
  "contact": [
    {
      "name": "HL7 International / Biomedical Research and Regulation",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description": "The CARE_SITE table contains a list of uniquely identified institutional (physical or organizational) units where healthcare delivery is practiced (offices, wards, hospitals, clinics, etc.).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.org/fhir/uv/omop/StructureDefinition/CareSite",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "CareSite",
        "path": "CareSite",
        "short": "CareSite OMOP Table",
        "definition": "The CARE_SITE table contains a list of uniquely identified institutional (physical or organizational) units where healthcare delivery is practiced (offices, wards, hospitals, clinics, etc.).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "CareSite.care-site-id",
        "path": "CareSite.care_site_id",
        "short": "Care Site Identifier",
        "definition": "Care Site Identifier",
        "min": 1,
        "max": "1",
        "base": {
          "path": "CareSite.care_site_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "CareSite.care-site-name",
        "path": "CareSite.care_site_name",
        "short": "Care Site Name",
        "definition": "The name of the care_site as it appears in the source data",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CareSite.care_site_name",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "CareSite.place-of-service-concept-id",
        "path": "CareSite.place_of_service_concept_id",
        "short": "Place of Service",
        "definition": "This is a high-level way of characterizing a Care Site. Typically, however, Care Sites can provide care in multiple settings (inpatient, outpatient, etc.) and this granularity should be reflected in the visit.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CareSite.place_of_service_concept_id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "CareSite.location-id",
        "path": "CareSite.location_id",
        "short": "Location",
        "definition": "The location_id from the LOCATION table representing the physical location of the care_site.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CareSite.location_id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "CareSite.care-site-source-value",
        "path": "CareSite.care_site_source_value",
        "short": "Care Site Identifier Source Value",
        "definition": "The identifier of the care_site as it appears in the source data. This could be an identifier separate from the name of the care_site.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CareSite.care_site_source_value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "CareSite.place-of-service-source-value",
        "path": "CareSite.place_of_service_source_value",
        "short": "Place of Service Source Value",
        "definition": "Place of Service Source Value",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CareSite.place_of_service_source_value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "CareSite",
        "path": "CareSite",
        "short": "CareSite OMOP Table",
        "definition": "The CARE_SITE table contains a list of uniquely identified institutional (physical or organizational) units where healthcare delivery is practiced (offices, wards, hospitals, clinics, etc.)."
      },
      {
        "id": "CareSite.care-site-id",
        "path": "CareSite.care_site_id",
        "short": "Care Site Identifier",
        "definition": "Care Site Identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "CareSite.care-site-name",
        "path": "CareSite.care_site_name",
        "short": "Care Site Name",
        "definition": "The name of the care_site as it appears in the source data",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "CareSite.place-of-service-concept-id",
        "path": "CareSite.place_of_service_concept_id",
        "short": "Place of Service",
        "definition": "This is a high-level way of characterizing a Care Site. Typically, however, Care Sites can provide care in multiple settings (inpatient, outpatient, etc.) and this granularity should be reflected in the visit.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "CareSite.location-id",
        "path": "CareSite.location_id",
        "short": "Location",
        "definition": "The location_id from the LOCATION table representing the physical location of the care_site.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "CareSite.care-site-source-value",
        "path": "CareSite.care_site_source_value",
        "short": "Care Site Identifier Source Value",
        "definition": "The identifier of the care_site as it appears in the source data. This could be an identifier separate from the name of the care_site.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "CareSite.place-of-service-source-value",
        "path": "CareSite.place_of_service_source_value",
        "short": "Place of Service Source Value",
        "definition": "Place of Service Source Value",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}